From 07224aa7ba0d4c0c36f5a61103eb68f974bb6737 Mon Sep 17 00:00:00 2001 From: Felix Riemann Date: Tue, 27 Feb 2007 19:28:28 +0000 Subject: [PATCH] Add image/x-ico to supported mime types. Fixes bug #393599. 2007-02-27 Felix Riemann * io-ico.c: (fill_info): Add image/x-ico to supported mime types. Fixes bug #393599. svn path=/trunk/; revision=17361 --- gdk-pixbuf/ChangeLog | 5 +++++ gdk-pixbuf/io-ico.c | 1 + 2 files changed, 6 insertions(+) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 69dcadaa23..0ece5e3ad5 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,8 @@ +2007-02-27 Felix Riemann + + * io-ico.c: (fill_info): Add image/x-ico to supported mime types. + Fixes bug #393599. + 2007-02-16 Matthias Clasen * io-png.c: Don't leak in the error path. (#405539, Daniel Atallah) diff --git a/gdk-pixbuf/io-ico.c b/gdk-pixbuf/io-ico.c index 2923c77aeb..04dde32141 100644 --- a/gdk-pixbuf/io-ico.c +++ b/gdk-pixbuf/io-ico.c @@ -1211,6 +1211,7 @@ MODULE_ENTRY (ico, fill_info) (GdkPixbufFormat *info) }; static gchar * mime_types[] = { "image/x-icon", + "image/x-ico", NULL }; static gchar * extensions[] = { -- 2.30.2